60-1
body-of-statement*
if logical-expression-1* imperative-statements-1*
next sentence
[else imperative-statements-2*]
next sentence
end-of-statement*
end-if 85-1
.
logical-expression-1*
(condition-2* [and,or condition-3* ]) ...
logical-exepression-2* logical-expression-3*
condition*
/ [not] Cond-1
/ Dat-1 [not] numeric
alphabetic
/ Dat-1 [not] {=,>,<,>=,<=} Dat-2
Remarks:
- () parenthesis are recommended in greater expressions
- there are other data-class names except numeric, alphabetic too
MX limitations:
condition name must be in parenthesis = (Cond-1), (not Cond-1)
|